FlexGrid for UWP/WinRT
RegisterUpdateCallback(TypedEventHandler<C1FlexGrid,CellContentChangingEventArgs>) メソッド

次のフェーズの間繰り返し呼び出されるイベントハンドラを登録します。
構文
'宣言
 
Public Overloads Sub RegisterUpdateCallback( _
   ByVal callback As Windows.Foundation.TypedEventHandler(Of C1FlexGrid,CellContentChangingEventArgs) _
) 
public void RegisterUpdateCallback( 
   Windows.Foundation.TypedEventHandler<C1FlexGrid,CellContentChangingEventArgs> callback
)

パラメータ

callback
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

CellContentChangingEventArgs クラス
CellContentChangingEventArgs メンバ
オーバーロード一覧

Send Feedback